home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / STIKUM12.ARJ / SETUP.INF < prev    next >
INI File  |  1992-06-26  |  2KB  |  84 lines

  1. ; About This File
  2. ; ===============
  3. ;
  4. ; This file, SETUP.INF, contains information that setup uses to 
  5. ; install applications. This file must be in the same directory as the 
  6. ; program file SETUP.EXE. The two files can be on a floppy disk, a hard 
  7. ; disk, or a network disk drive.
  8. ;
  9. ; The information in this file determines;
  10. ;   * The names of the disks and directories from which, and to which, Setup
  11. ;     copies files.
  12. ;
  13. ;   * The name of the group that setup creates in Program Manager's window, and the
  14. ;     names of program items that setup adds to that group.
  15. ;
  16. ; Stikum-Up 1.2 - setup script (Unregistered) (Pen-Aware)
  17. ;
  18. [dialog]
  19.  
  20.   caption = "Stikum-Up 1.2 Installation"
  21.  
  22. [data]
  23.  
  24.   defdir = C:\Stikumup
  25.  
  26. [disks]
  27.  
  28.   1 =.,"Stikum-Up 1.2 Distribution Disk #1"
  29.  
  30. [needed.space]
  31.  
  32.   minspace = 300000
  33.  
  34. [app.copy.appstuff]
  35.  
  36.   #app.user,    0:
  37.  
  38. [app.user]
  39.  
  40.   1:Stikum.exe, "Stikum-Up 1.2"
  41.   1:Packing.txt, "Packing List"
  42.   1:Agree.txt, "Agreement text file"
  43.   1:keycard.exe, "Key program"
  44.   1:help.wri, "Help file"
  45.   1:stikreg.wri, "Registration form"
  46.   1:card.crd, "Cardfile sample file"
  47.   1:card.exe, "Program HELP support file"
  48.   1:how.exe, "Program HELP support file"
  49.   1:key.exe, "Program HELP support file"
  50.   1:regist.exe, "Program HELP support file"
  51.   1:support.exe, "Program HELP support file"
  52.   1:feature.exe, "Program HELP support file"
  53.   1:instruct.exe, "Sample message executable"
  54.   1:excelsam.xls, "Sample Excel 3.0 SpreadSheet"  
  55.   1:excelsam.exe, "Excel sample annotation binary"
  56.   1:sample.exe, "Sample message executable"
  57.   1:reminder.exe, "Sample message executable"
  58.   1:wordsam.doc, "Sample Word 2.0 document"
  59.   1:wordsam.exe, "Example Word annotation binary"  
  60.   1:vendbbs.txt, "Software vendors Agreement"
  61.   1:penwin.dll, "Pen Computing support file"
  62.  
  63. [app.system]
  64.  
  65.  
  66. [progman.groups]
  67.  
  68.   ClearPaneConsulting,Clrp12ur.grp
  69.  
  70. [ClearPaneConsulting]
  71.  
  72. "Stikum-Up 1.2UR",stikum.exe,,0
  73. "HELP",help.wri,write.exe
  74. "Registration Form",stikreg.wri,write.exe
  75. "Address",card.crd,cardfile.exe
  76. "Excel Example (requires Excel)",excelsam.xls,,0
  77. "Word Example (requires Word)",wordsam.doc,,0
  78. "Agreement", agree.txt,notepad.exe
  79. "Packing List",packing.txt,notepad.exe
  80. "Vendor Agreement",vendbbs.txt,notepad.exe
  81. "Sample Message",sample.exe,progman.exe,34
  82. "Sample Message",reminder.exe,progman.exe,34
  83.